home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000398_news@newsmaster….columbia.edu _Mon Dec 7 14:56:44 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA29865
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 7 Dec 1998 14:56:44 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA15474
  7.     for kermit.misc@watsun; Mon, 7 Dec 1998 14:56:43 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: File transfer using a parallel port
  12. Date: 7 Dec 1998 19:56:42 GMT
  13. Organization: Columbia University
  14. Lines: 40
  15. Message-ID: <74hbtq$23p$1@apakabar.cc.columbia.edu>
  16. References: <366BE49C.F62C11EB@vega.co.uk> <74h1ne$p4q$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9605
  19.  
  20. In article <74h1ne$p4q$1@apakabar.cc.columbia.edu>,
  21. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  22. : In article <366BE49C.F62C11EB@vega.co.uk>,
  23. : Darren Harvey  <dharvey@vega.co.uk> wrote:
  24. : : I'm trying to transfer some large files (10Mb), on a regular basis,
  25. : : between two machines.  I would like to transfer the files using the
  26. : : parallel port.  One machine will be DOS, the other running NT (4).
  27. : : 
  28. : : Can I use Kermit to sent the files between the machines.  ie set port
  29. : : lpt1 doesn't work - can I set up com3 to be the parallel printer port?
  30. : : Any ideas or other suggestions would be much welcomed?????
  31. : : 
  32. : Neither Kermit 95 nor MS-DOS Kermit include any explicit support for
  33. : parallel ports.  The only way to do this with Kermit would be to find
  34. : drivers that make parallel ports look to the software like serial ports.
  35. : I would not be surprised if such drivers exist, but I don't know of any
  36. : concrete examples.
  37. : In the meantime, you should be able to use the serial ports -- assuming
  38. : they have buffered UARTs -- at speeds of 57600 or 115200 bps with hardware
  39. : flow control.  At 115200 bps, 10MB should take 858 seconds, or 14.3 minutes,
  40. : to transfer with fast protocol settings.  Less if the data is not
  41. : precompressed.
  42. : - Frank
  43.  
  44.  
  45. Kermit 95 may use parallel ports on Windows 95 and Windows 98 because
  46. the operating system treats parallel ports as a special form of serial
  47. port at the device driver level.  Kermit 95 cannot access parallel ports
  48. on Windows NT because the operating system treats them separately from
  49. serial ports.
  50.  
  51. Windows 2000 is rumored to contain parallel port drivers that look
  52. like serial ports.
  53.  
  54.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  55.                  The Kermit Project * Columbia University
  56.               612 West 115th St #716 * New York, NY * 10025
  57.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org